UtilFunctions
This project covers all the test cases of REST trigger with usage of inline functions in response.
Sr. No | Service Name | Description | Details |
---|---|---|---|
1. | cnardy | Use of custom array dynamic data type |
POST
|
2. | DYFLCL | Use of dynamic field column array dynamic data type (i.e. if one of the column value is null it will dynamically select another valid coilumn |
POST
|
3. | IFELSE | Use of ifelse condition logic in transformation |
POST
|
4. | NoMap | Use to transform the input to empty string |
GET
|
5. | Switch | Use of switch case logic |
POST
|
6. | Date | Use to get the current date and time. |
GET
|
7. | Strings | Use of all string functions: 1. Use `concat` method to concatenate 2 or more strings with an underscore `_` between them. 2. Use `toUppercase` method to convert string to uppercase. 3. Use `countMatches` to find occurances of a word in given string. 4. Use `dasherize` to replace space with dash. 5. Use `isAlphanumeric` to check if given text contains only letters and numbers. 6. Use `toLowercase` method to convert string to lowercase. 7. Use `reverse` to reverse a string. 8. Use `capitalize` to capitalize a string. 9. Use `replaceAll` to replace old word with new word in a given string. |
POST
|
8. | Math | Use `add` method for addition of static and dynamic values. Use `random` method: 1. without any length provided. 2. with length given 15 |
POST
|